home *** CD-ROM | disk | FTP | other *** search
/ Technotools / Technotools (Chestnut CD-ROM)(1993).ISO / lang_c / mc51bugs / q32853 < prev    next >
Text File  |  1988-09-26  |  968b  |  29 lines

  1. Q32853 C 5.10 Does Not Handle a Source File with CTRL+A Correctly
  2. C Compiler
  3. 5.10   | 5.10
  4. MS-DOS | OS/2
  5.  
  6. Summary:
  7.  
  8. If you compile a source module that has a CTRL+A character in it,
  9. Version 5.10 of the C compiler does not correctly flag it, which can
  10. hang the system or screen group. This problem occurs under both DOS
  11. and OS/2.
  12.  
  13. Control-A is equivalent to ASCII character 1 for Start Of Heading (SOH),
  14. and is displayed by the type command as a white-outlined smiley face
  15. using the IBM extended character set.
  16.  
  17. To work around this problem, make sure your source file is strictly
  18. ASCII text with no CTRL characters.
  19.  
  20. The QuickC compiler Version 1.01 correctly flags the CTRL character
  21. and returns to DOS successfully.
  22.  
  23. Microsoft has confirmed this to be a problem with Version 5.10 of the
  24. C compiler. We are researching this problem and will post new
  25. information as it becomes available.
  26.  
  27. Keywords:  buglist5.10 qfbv
  28. Updated  88/09/27 04:30
  29.